home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / callkill.zip / CALLKILL.DOC next >
Text File  |  1992-07-23  |  4KB  |  111 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                                 CALL KILL v. 1.0
  11.              Copyright (C) 1992 by Main Street Programming Services
  12.  
  13.                                 FREEWARE RELEASE
  14.  
  15.                         
  16.  
  17.                             
  18.                 Direct comments, questions, and suggestions to:
  19.  
  20.                               Madison Farrell, III
  21.                               Rt. 3 Box 658
  22.                               Walterboro, SC  29488
  23.  
  24.            Main Street BBS -- (803) 538-4084 -- 3/12/24/96/14.4k bps
  25.  
  26.  
  27.  
  28.  
  29.  
  30.      WHAT IS CALLKILL:
  31.  
  32.      CALLKILL is a small program that will delete your BBS's caller log 
  33.      after a predefined number of days.  CALLKILL then recycles and 
  34.      repeats the process.  CALLKILL is not memory-resident nor does it 
  35.      require a complex syntax to function.  
  36.  
  37.  
  38.      USING CALLKILL:
  39.  
  40.  
  41.      To use CALLKILL, you must create the file, CALLKILL.DAT.  The 
  42.      program can be created from DOS by typing the following:
  43.                       
  44.                       COPY CON CALLKILL.DAT  <ENTER>  
  45.      
  46.      CALLKILL.DAT is a three line file that contains the following:
  47.  
  48.      Line 1: The path to your caller log.  ie. c:\BBS\MUSTHAVE\LOG
  49.  
  50.      Line 2: The number of days before the log is to be deleted.  ie. 30
  51.  
  52.      Line 3: The number of days CALLKILL.DAT is reset to after the log
  53.              has been deleted.  Usually, this number is the same as the
  54.              number from line two.  ie. 30
  55.  
  56.      Using the above examples, CALLKILL.DAT would appear as follows:
  57.  
  58.      Line 1:               c:\BBS\MUSTHAVE\LOG
  59.      Line 2:               30
  60.      Line 3:               30
  61.  
  62.      After you have entered the three lines, press F6 or CTRL-Z to save
  63.      the program to disk.
  64.  
  65.      The next step is to install CALLKILL so it is executed during the 
  66.      BBS's nightly maintenance.  I am using PCBoard, so I only needed to 
  67.      call CALLKILL from within my EVENT.SYS file.  This file can be 
  68.      edited with DOS' EDLIN or any ASCII word-processor.  
  69.  
  70.      If you have set the program up correctly, it will execute whenever 
  71.      your BBS runs its maintenance.  The second line of CALLKILL.DAT will 
  72.      decrease by one every day until it reaches zero.  After it has 
  73.      reached zero, the caller log will be deleted, and the value in line 
  74.      three will be used to reset line two.  
  75.  
  76.      CALLKILL.DAT must exist for CALLKILL.EXE to operate!  Otherwise, it 
  77.      will not work and will exit an error.
  78.  
  79.  
  80.      FINAL NOTES:
  81.  
  82.      
  83.      These instructions should be more than adequate for installing the 
  84.      program.  I have attempted to keep CALLKILL as small as possible and 
  85.      simple to use, and at the same time, make it flexible enough to work 
  86.      on any BBS.  
  87.  
  88.      Hopefully, you will find a use for my program.  At times, I have 
  89.      found my caller log to be well over 700k long.  With CALLKILL, I do 
  90.      not have to worry about this happening.  If you should have any 
  91.      comments or suggestions, I wish you would either write me at the 
  92.      address listed on the first page of these instructions or leave me a 
  93.      message on my BBS, Main Street.  
  94.  
  95.      CALLKILL is freeware, so use it as often as you wish for as long as 
  96.      you wish.  I do however retain the copyright on the program and the 
  97.      source code.  If for some reason you would like a copy of the source 
  98.      code, I will make it available to you for $10.00.
  99.  
  100.      
  101.      WARRANTY/LEGALISE:
  102.  
  103.  
  104.      I am not responsible for any damages or losses that you may incur 
  105.      through the use of CALLKILL.  I only guarantee that it works on my 
  106.      system and with my BBS.  I am using it now and have had no problems 
  107.      with it what-so-ever.  
  108.  
  109.  
  110.  
  111.